Package-level declarations

Common components for parsing YAML nodes.

Types

Link copied to clipboard
class Anchor(val value: String)

Value inside Anchor and Alias

Link copied to clipboard
Link copied to clipboard

Block styles use indentation to denote nesting and scope within the document. In contrast, flow styles rely on explicit indicators to denote nesting and scope.

Link copied to clipboard

Configure the style when String contains non-printable characters

Link copied to clipboard

YAML provides a rich set of scalar styles. Block scalar styles include the literal style and the folded style; flow scalar styles include the plain style and two quoted styles, the single-quoted style and the double-quoted style. These styles offer a range of trade-offs between expressive power and readability.

Link copied to clipboard
class SpecVersion(val major: Int, val minor: Int)

YAML Version indicator

Link copied to clipboard
object UriEncoder